encoding/json.decodeState.readIndex (method)

22 uses

	encoding/json (current package)
		decode.go#L223: func (d *decodeState) readIndex() int {
		decode.go#L384: 		start := d.readIndex()
		decode.go#L388: 			if err := d.literalStore(d.data[start:d.readIndex()], v, false); err != nil {
		decode.go#L505: 		start := d.readIndex()
		decode.go#L602: 		start := d.readIndex()
		decode.go#L672: 		start := d.readIndex()
		decode.go#L674: 		item := d.data[start:d.readIndex()]
		decode.go#L869: 			d.saveError(&UnmarshalTypeError{Value: val, Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L910: 				d.saveError(&UnmarshalTypeError{Value: "bool", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L918: 				d.saveError(&UnmarshalTypeError{Value: "bool", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L932: 			d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L935: 				d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L955: 				d.saveError(&UnmarshalTypeError{Value: "string", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L977: 			d.saveError(&UnmarshalTypeError{Value: "number", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L985: 				d.saveError(&UnmarshalTypeError{Value: "number", Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L993: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1001: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1009: 				d.saveError(&UnmarshalTypeError{Value: "number " + string(item), Type: v.Type(), Offset: int64(d.readIndex())})
		decode.go#L1080: 		start := d.readIndex()
		decode.go#L1082: 		item := d.data[start:d.readIndex()]
		decode.go#L1119: 	start := d.readIndex()
		decode.go#L1122: 	item := d.data[start:d.readIndex()]